This applet preloads images, that is to say it puts images in the browser cache. Why use this applet ? Let's say you have a page (named P) in your site with many images. You can put this applet in the homepage or a page that the visitor will see before the page P. The images specified by the applet parameters will be loaded by the browser and put in its cache so that they will be fastly recalled when the page P will be displayed. This applet has another cool feature. It starts Java so other applet on your site will start faster. Size this applet something like 2x2 pixels to make it invisible.
Name |
Description |
Default |
Status |
image1,...,imageN | the N images names | - | required |
background_color | the background color | gray | required |
registration_code | the registration code | - | required |
Special notes |
* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com